home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / logiso.000 / logiso / Utils / RCS / config,v < prev    next >
Encoding:
Text File  |  1995-03-24  |  2.7 KB  |  133 lines

  1. head    1.5;
  2. access;
  3. symbols
  4.     VER_0_3:1.5
  5.     VER_0_2:1.4;
  6. locks; strict;
  7. comment    @# @;
  8.  
  9.  
  10. 1.5
  11. date    95.03.24.11.43.35;    author coulter;    state Exp;
  12. branches;
  13. next    1.4;
  14.  
  15. 1.4
  16. date    95.03.10.02.42.22;    author coulter;    state Exp;
  17. branches;
  18. next    1.3;
  19.  
  20. 1.3
  21. date    95.03.01.07.10.23;    author coulter;    state Exp;
  22. branches;
  23. next    1.2;
  24.  
  25. 1.2
  26. date    95.02.19.16.06.41;    author coulter;    state Exp;
  27. branches;
  28. next    1.1;
  29.  
  30. 1.1
  31. date    95.02.18.08.36.38;    author coulter;    state Exp;
  32. branches;
  33. next    ;
  34.  
  35.  
  36. desc
  37. @configuration file.  set MOUNT_PATH, MAP_TO_PATH and CD_FILES
  38. @
  39.  
  40.  
  41. 1.5
  42. log
  43. @Checkin version for 0.3 distribution.
  44. @
  45. text
  46. @
  47. # (C) Copyright 1995 by Michael Coulter.  All rights reserved.
  48. # This file is sourced in to define key variables.  Edit this file to
  49. # match your system requirements.
  50. #
  51. # The following variables are defined:
  52. #
  53. # CD_FILES is a file that lists all the inodes and files on the cd-rom.
  54. #     If it doesn't exist, it is created by logiso_install based on
  55. #     MOUNT_PATH and MAP_TO_PATH.  The name should not end with 
  56. #    ".gz".  If a .gz file is found, it will be uncompressed for use
  57. #    and compressed again after use.
  58. # FIND_LINKS a script which finds link files below a given directory.
  59. #    You may need to make a script for your system to prune different
  60. #    directories from the default find_links script.
  61. # ISOFS_UTIL_DIR - the directory containing the logiso utilities and this
  62. #    config file.  It is set first so that it can be used for other 
  63. #    variables.
  64. # MAP_TO_PATH is the path to the directory on the hard disk which mirrors 
  65. #    the cd-rom.  You should start out by creating MAP_TO_PATH as
  66. #    a symbolic link to MOUNT_PATH.  
  67. # MOUNT_PATH is the path to the mount point of the cd-rom.  If it is already
  68. #     set, the current value is preservee.
  69.  
  70. ISOFS_UTIL_DIR="${ISOFS_UTIL_DIR:-/usr/src/linux/fs/isofs/Utils}"
  71.  
  72. CD_FILES="${CD_FILES:-${ISOFS_UTIL_DIR}/cd_files}"
  73. FIND_LINKS="${FIND_LINKS:-${ISOFS_UTIL_DIR}/find_links}"
  74. MAP_TO_PATH="${MAP_TO_PATH:-/system_cd}"
  75. MOUNT_PATH="${MOUNT_PATH:-/cdmnt}"
  76. @
  77.  
  78.  
  79. 1.4
  80. log
  81. @Checkin files modified to make version 0.2
  82. @
  83. text
  84. @d2 1
  85. @
  86.  
  87.  
  88. 1.3
  89. log
  90. @Checkpoint files.  Can now compress cd_files.
  91. @
  92. text
  93. @d29 1
  94. a29 1
  95. MOUNT_PATH="${MOUNT_PATH:-/mnt/system_cd}"
  96. @
  97.  
  98.  
  99. 1.2
  100. log
  101. @Checkpoint version 0.1
  102. @
  103. text
  104. @d9 3
  105. a11 1
  106. #     MOUNT_PATH and MAP_TO_PATH.
  107. @
  108.  
  109.  
  110. 1.1
  111. log
  112. @Checkpoint version before fixing /usr/bin install
  113. @
  114. text
  115. @d4 15
  116. a18 1
  117.  
  118. a20 1
  119. MOUNT_PATH="${MOUNT_PATH:-/system_cd}"
  120. d22 1
  121. a22 4
  122. # MAP_TO_PATH is the path to the directory on the hard disk which mirrors 
  123. #    the cd-rom.  You should start out by creating MAP_TO_PATH as
  124. #    a symbolic link to MOUNT_PATH.  
  125. MAP_TO_PATH="${MAP_TO_PATH:-/}"
  126. a23 4
  127. # CD_FILES is a file that lists all the inodes and files on the cd-rom.
  128. # If it doesn't exist, it is created by logiso_install based on
  129. # MOUNT_PATH and MAP_TO_PATH.
  130. #
  131. d25 3
  132. @
  133.